home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00342_Script_342 < prev    next >
Text File  |  1994-08-23  |  366b  |  17 lines

  1. -- State Symbols 3
  2.  
  3. global fromPicture
  4. setCursors "5,6,7,9,11,13,15,17"
  5. setupText 0,0
  6.  
  7. if not(fromPicture) then
  8.   hideChannel 8
  9.   hideChannel 10
  10.   hideChannel 12
  11.   hideChannel 18
  12.   hideChannel 20
  13. else
  14.   set fromPicture to false
  15.   if the visibility of sprite 10 = true then setCursor 10
  16.   if the visibility of sprite 18 = true then setCursor 18
  17. end if